Is there a way to call an event handler to run from within another event handler?

I have an event handler that runs on before check in changes, and I want the same code to run from After Check in Changes Finalize. Is there a way that I can call the code from the other event handler into this one?