No, runtime.callFunction is for calling C3 functions defined in events. So to call just use UUID();
But you need to pass runtime to it. So UUID(runtime);
And in your script change the function to function UUID(runtime) {....}
Look at my second screenshot.