According to https://nlnetlabs.nl/documentation/unbound/unbound.conf/ multiple forwarders can be configured with forward-addr
For the forward zone this list of nameservers is used to forward the queries to. The servers listed as forward-host: and forward-addr: have to handle further recursion for the query.
However there is no statement how these servers are used. Is only the first server queried? Are all simultaniously queried and fastes answer will be sent? Or are they queried in a round robin style? Or another option?