Even if it was possible to change interrupt priority, it most likely won't help you. What you would gain if lower priority interrupt happened fraction of us sooner than the most most top priority interrupt? - Nothing, unless you use some interrupt nesting schema. And interrupt nesting is possible without changing interrupt priorities.