My app will be using push notification to update database and image files. In Sub Message_Arrived in the push service module, the sub that gets called in CallSub is currently in the Main module. I would like to move it into the push service module. Before I change a bunch of code, is that permissible to have that sub in the push service module?