Are all the functions having the same prototype?
If so, function pointer can be used for such purpose (I assume you want to use a loop to walk through this list of functions, right?). Otherwise, I don't see how you can do what you're trying to do besides calling them one by one explicitly.
