Instruct Slim v4 to continue routing

Hello all,

Is it possible in Slim v4. to instruct the Slim framework to keep matching routes from inside a callback ?

In other frameworks it is usually possible through something like: $this->next() or similar.

// Gustav