you can create libraries of your own vB functions by creating a VB project of type Active X DLL and specifying the "Global multiuse" Instancing property of your main class module.
Just place all your code in a class module.
Your users simply add a reference to that AX dll and call your functions without any need to specify an object instance , they just call it as if they had added your bas module.