Lost on how to control multiple led strips with MEGA

You could try, for example:

meteorRain( CRGB(0x00,0x00,0x00), CRGB(0xff,0xff,0xff), 10, 64, true, 250ul );

and change the delay in meteorRain to:

            delayMicroseconds( SpeedDelay );