How to run code in a modulescript without requiring it

I want to make code that runs before anything is run in the modulescript, is this possible?

The code in a module script runs every time you require it, so no, it is not possible to run code in a module script without requiring it.