Hi Bruno,
Yes the ISR for Systick can be interrupted by another interrupt – in your case TIM2. The CubeMX screenshots indicate TIM2 uses the highest interrupt priority (0). Whether an interrupt is “internal” or “external” doesn’t really matter. What matters is the priority you choose for that interrupt.