Welcome to the forum!
You passed the wrong value types, I guess.
Your sub has:
But I guess you did:Sub SelectAppsToRun(ctlGrpName As String, ws As Worksheet, activeTbx As MSForms.TextBox)
You should have used:Application.Run "JumpToNextCtl", ws, ctlGrpName, activeTbx
Application.Run "JumpToNextCtl", ctlGrpName, ws, activeTbx