This is possible with function maps, there is a template in C3 showing how to do it. However, I find using function maps really difficult.
So a much easier option is to call functions by name from a script. (Note, that this will probably not work with advanced minification)
First save function name in a local or global variable. Then execute this script:
runtime.callFunction(localVars.FunctionName)