You can load another ScriptFile resource, but you can't actually access the functions in it natively, as it's in another script module. However you can use ScriptFile's exposed C++ API, ie. the Execute() function, which takes the function declaration as a string and parameters as an array of variants.