Yes it is possible. As long as $extra is a different value here, it will register as a new notification
public static function send( $app, $extension, $extra = NULL, $resend = TRUE, $extraForEmail = NULL, $bypassEmail = FALSE )
That said, it's typically best to follow established paradigms where possible. We may, for instance, make a change in the future that disallows this ability.