For fastest response for pin change interrupts (especially if you only need another two) choose pins on different "groups". (eg. PINB and PINC).
Then you can configure an interrupt handler for each one with minimal testing needed as to exactly which pin caused the interrupt.
More info here: