Not automatically, no - the first GameMaker version where it’s possible to automatically collect built-in functions and call them by index is GMS 2.3. Older versions require making a script for every function that you want to be callable from Lua - one way or another.
See this topic on GM forums for some suggestions.