I'm afraid this is not easy to do in MultiChain right now. Your closest equivalent would be to use the admin-consensus-issue blockchain parameter to insist on several admins agreeing before issue permissions are granted to a new address. The permission grant could be for a narrow time window in terms of start and end blocks, and this address could then perform the issuance in that window, before losing its permission.
On the roadmap is the ability to assign issuance permissions to a P2SH multisig address, which could for example be 3-of-3. In that case the issuance would have to be signed by all three of those addresses before it would be accepted, which sounds like exactly what you're looking for.