What you are looking for is Calling a Macro From Within a Macro
Hopefully you have named the 2 macros with different names. So before the End Sub statement of the 1st macro put his line in
Code:
Call (name of you 2nd Macro)
You really don't need to put the word "Call". You can just put the name of your 2nd Macro.
If you want to post your "too long" code here, maybe somebody can shorten it for you. Just be sure to post between
Code:
tags. Use the # icon in the advanced features of the reply window.