Split ${EXTEN} where there is a semicolon

I know that I can shave off digits from Exten by using ${EXTEN:4}. I would like to split the extension where there is a semicolon. ex. 123;456. I would like to dial 456 and save 123 in a variable. Is this possible? thanks

core show function CUT