No, the interrupts will not "clash" with each other. However, you may run out of CPU cycles to handle all the interrupts all the time. This depends on how often the interrupts are generated, how many CPU clocks (MCLK cycles) do you need to handle each interrupt, and what is the frequency of MCLK.
↧