__________________
<< Insert exceedingly large and overly verbose message of how 1337 you are here including full specs of every vehicle you've ever driven and PC you've owned >>
Try going to the general declarations at the top of your module. You can define valiables there and use them throughout all subs on the same module.
Stylistically, I have never considered using variables not defined within the module using them because I feel it would make things too difficult to follow.
This being the case I have never contemplated whether it is possible to define variables once in the project and continue using those variable declarations between modules.