This document describes an approach to parallelize the verification of software architecture designs to improve scalability. Key aspects include behaviorally modeling components and their interactions, automatically splitting large models into smaller sub-models for parallel verification, and implementing the verification as a web service. Design flaws like circular dependencies and bottlenecks that impact reliability can be detected to prevent issues during implementation. Performance evaluation shows the multi-model and multi-threaded parallel approaches verify models faster than a single monolithic model.