You can make a global variable in your event sheet called Bosses (or any desired name) and keeping the Type as Number with value set at 0.
After an enemy is defeated add 1 to the Bosses Global variable.
If Global variable = 3 (or desired number) spawn Boss 1.
When variable equals 20 (or desired number) spawn Boss 2 and so forth.