Multiple Interrupts on One Board

You should rethink your approach.

Interrupts add overhead, under heavy load on 12 sources you probably don't have time for that.
And if interrupts will not work under heavy load conditions, why would you use them in the first place?

What maximum rate are you expecting from your Geiger counters?
Will an Arduino work in hard radiation environments?