Can we forward Requests to a real server from mock server if no request match is found?

Can we forward Requests to a real server from mock server if no request match is found?

For example: I have a mock server which caters to five different scenarios. If nothing is matched on the mock server, can we forward the request to real server?