Do you mean like an "include" in other languages?
LUA allows you to "require" other files, which I believe is more or less the same thing.
See this link for more info:
https://www.lua.org/pil/8.1.html
I'd be wary doing this if you are unsure of exactly how the scripts work though, including similar functions/variables from multiple scripts could cause a mess!