You need an instance of the form to be able to work with it. If you need to work with a form in a procedure in a module, you should pass the form to the procedure as one of the parameters.
I wouldn't use a module at all, it's best to group similar procedures together as shared functions of a class instead.